home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / hack / progsy / hasla / johnr15 / DOC / NEWS < prev    next >
Encoding:
Text File  |  1998-05-15  |  1.4 KB  |  33 lines

  1.  
  2.  John the Ripper -- Changes History
  3. ====================================
  4.  
  5.  Changes from v1.4 to v1.5
  6. ---------------------------
  7. * Everything is re-coded, to be far more extendable, more portable (no
  8. GNU C extensions used, unless __GNUC__ is defined), and more readable.
  9. * Bitslice DES routines: up to 3 times faster on RISC.
  10. * BSDI's extended DES-based ciphertext format support.
  11. * OpenBSD's Blowfish-based ciphertext format support.
  12. * Special assembly DES routines for x86 with MMX: +30% on a Pentium II.
  13. * Improved MD5 routines (both C and x86 assembly), 10...50% faster.
  14. * Smarter length switching in incremental mode.
  15. * Wordlist rules are now expanded while cracking, not at startup.
  16. * New options: '-session', '-groups'.
  17. * Simplified the syntax of '-users', '-shells', '-salts'.
  18. * Replaced '-noname' and '-nohash' with '-savemem'.
  19. * Replaced '-des' and '-md5' with '-format'.
  20. * Removed some obsolete options, to keep the thing simple.
  21. * Added 'continue', 'break', 'return' to the built-in compiler.
  22. * You can now use C comments in external mode definitions.
  23. * Better default rule sets: variable length limit, less redundancy.
  24. * Many internal algorithm improvements.
  25.  
  26.  Changes from v1.3 to v1.4
  27. ---------------------------
  28. * MD5-based password files support.
  29. * SPARC V8 assembly DES routines.
  30. * A lot of bugfixes.
  31.  
  32. Versions earlier than v1.3 are probably not worth mentioning here now...
  33.